home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 27 / PC Gamer IT CD 27.iso / MEDIA / STORE.DXR / Internal_21.ls < prev    next >
Encoding:
Text File  |  1997-12-01  |  239 b   |  15 lines

  1. on enterFrame
  2.   set i to field "type"
  3.   case i of
  4.     "Try Me":
  5.       nothing()
  6.     "Buy Me":
  7.       set the member of sprite 23 to "buy1.roll"
  8.   end case
  9. end
  10.  
  11. on exitFrame
  12.   set the visible of sprite 23 to rollOver(23)
  13.   go(the frame)
  14. end
  15.